glxdestroyglxpbuffersgix - Man Page






glXDestroyGLXPbufferSGIX(3G)				OpenGL Reference - GLX



NAME
     glXDestroyGLXPbufferSGIX -	destroy	a GLX pixel buffer


C SPECIFICATION
     void glXDestroyGLXPbufferSGIX( Display *dpy,
				    GLXPbufferSGIX pbuf	)


PARAMETERS
     dpy   Specifies the connection to the X server.

     pbuf  Specifies the GLX pixel buffer to be	destroyed.


DESCRIPTION
     If	pbuf is	not current to any client, glXDestroyGLXPbufferSGIX destroys
     it	immediately.  Otherwise, pbuf is destroyed when	it becomes not current
     to	any client.  In	either case, the resource ID is	freed immediately.


NOTES
     glXDestroyGLXPbufferSGIX is part of the SGIX_pbuffer extension.


ERRORS
     A GLXBadPbufferSGIX error is generated if pbuf is not a valid GLX pixel
     buffer.



MACHINE	DEPENDENCIES
     The SGIX_pbuffer extension	is supported only on RealityEngine,
     RealityEngine2, and VTX systems, InfiniteReality systems and High Impact
     and Maximum Impact	systems.


SEE ALSO
     glXCreateGLXPbufferSGIX, glXMakeCurrent
















									Page 1